home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / oberonv4 / tool / colors.tool (.txt) < prev    next >
Oberon Text  |  1995-10-29  |  495b  |  22 lines

  1. Syntax10.Scn.Fnt
  2. Colors.Open
  3. Edit.ChangeColor 15
  4. Edit.ChangeColor 1
  5. Edit.ChangeColor 2
  6. Edit.ChangeColor 3
  7. System.SetColor 15
  8. System.SetColor 1
  9. System.SetColor 2
  10. System.SetColor 3
  11. Colors.Load ^
  12. Normal.Pal    Gray.Pal    My.Pal
  13. Colors.Store My.Pal
  14. Colors.Set ^
  15.   1 255 0 0 ~ 2 0 255 0 ~ 3 0 0 255 ~
  16. Colors.Get ^  Colors.OpenRGB ^  Colors.OpenHLS ^
  17.   0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  18. invert screen:
  19.     Colors.Set 0 127 127 127~
  20.     Colors.Set 15 255 255 255~
  21.     Colors.Set 0 0 0 0~
  22.